home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000175_arthur.marsh@internode.on.net_Thu Jun 12 14:13:16 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!lon-transit.news.telstra.net!lon-in.news.telstra.net!news.telstra.net!news-server.bigpond.net.au!53ab2750!not-for-mail
  2. From: Arthur Marsh <arthur.marsh@internode.on.net>
  3. User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509)
  4. MIME-Version: 1.0
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: compiler warning when compiling ftp://ftp.columbia.edu/kermit/test/tar/x.tar.gz
  7. Content-Type: text/plain; charset=UTF-8; format=flowed
  8. Content-Transfer-Encoding: 7bit
  9. Message-ID: <dd9ih5-31m.ln1@CPE-124-182-119-184.sa.bigpond.net.au>
  10. Lines: 33
  11. Date: Wed, 04 Jun 2008 11:08:04 GMT
  12. NNTP-Posting-Host: 124.182.251.164
  13. X-Complaints-To: abuse@bigpond.net.au
  14. X-Trace: news-server.bigpond.net.au 1212577684 124.182.251.164 (Wed, 04 Jun 2008 21:08:04 EST)
  15. NNTP-Posting-Date: Wed, 04 Jun 2008 21:08:04 EST
  16. Organization: BigPond Internet Services
  17. Xref: panix comp.protocols.kermit.misc:15767
  18.  
  19. I don't know if this is worth checking:
  20.  
  21. gcc-4.3 -O3 -march=pentium2 -funsigned-char -pipe -DPOSIX -DLINUX 
  22. -DNOCOTFMC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  23. -DCK_AUTHENTICATION -DCK_SSL -DCK_PAM -DZLIB -DCK_CURSES -DCK_POSIX_SIG 
  24. -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H -DFNFLOAT -DCK_SHADOW 
  25. -I/usr/include/openssl  -DOPENSSL_097 
  26. -DKTARGET=\"linux+openssl+zlib+shadow+pam\" -c ckuusx.c
  27. ckuusx.c: In function 'ck_termset':
  28. ckuusx.c:6181: warning: cast from pointer to integer of different size
  29. ckuusx.c:6188: warning: cast from pointer to integer of different size
  30. ckuusx.c:6195: warning: cast from pointer to integer of different size
  31.  
  32. gcc-4.3 -O3 -march=pentium2 -funsigned-char -pipe -DPOSIX -DLINUX 
  33. -DNOCOTFMC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  34. -DCK_AUTHENTICATION -DCK_SSL -DCK_PAM -DZLIB -DCK_CURSES -DCK_POSIX_SIG 
  35. -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H -DFNFLOAT -DCK_SHADOW 
  36. -I/usr/include/openssl  -DOPENSSL_097 
  37. -DKTARGET=\"linux+openssl+zlib+shadow+pam\" -c ckudia.c
  38. ckudia.c: In function 'dialfail':
  39. ckudia.c:4995: warning: cast from pointer to integer of different size
  40.  
  41. gcc-4.3 -O3 -march=pentium2 -funsigned-char -pipe -DPOSIX -DLINUX 
  42. -DNOCOTFMC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
  43. -DCK_AUTHENTICATION -DCK_SSL -DCK_PAM -DZLIB -DCK_CURSES -DCK_POSIX_SIG 
  44. -DTCPSOCKET -DLINUXFSSTND -DHAVE_CRYPT_H -DFNFLOAT -DCK_SHADOW 
  45. -I/usr/include/openssl  -DOPENSSL_097 
  46. -DKTARGET=\"linux+openssl+zlib+shadow+pam\" -c ck_ssl.c
  47. ck_ssl.c: In function 'tls_load_certs':
  48. ck_ssl.c:1171: warning: cast from pointer to integer of different size
  49. ck_ssl.c:1172: warning: cast from pointer to integer of different size
  50.  
  51. This is being compiled on Debian GNU/Linux unstable on a Pentium II machine.